3.6.17 \(\int \frac {x^2}{(c+a^2 c x^2)^{5/2} \text {ArcTan}(a x)} \, dx\) [517]

Optimal. Leaf size=87 \[ \frac {\sqrt {1+a^2 x^2} \text {CosIntegral}(\text {ArcTan}(a x))}{4 a^3 c^2 \sqrt {c+a^2 c x^2}}-\frac {\sqrt {1+a^2 x^2} \text {CosIntegral}(3 \text {ArcTan}(a x))}{4 a^3 c^2 \sqrt {c+a^2 c x^2}} \]

[Out]

1/4*Ci(arctan(a*x))*(a^2*x^2+1)^(1/2)/a^3/c^2/(a^2*c*x^2+c)^(1/2)-1/4*Ci(3*arctan(a*x))*(a^2*x^2+1)^(1/2)/a^3/
c^2/(a^2*c*x^2+c)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.19, antiderivative size = 87, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 4, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {5091, 5090, 4491, 3383} \begin {gather*} \frac {\sqrt {a^2 x^2+1} \text {CosIntegral}(\text {ArcTan}(a x))}{4 a^3 c^2 \sqrt {a^2 c x^2+c}}-\frac {\sqrt {a^2 x^2+1} \text {CosIntegral}(3 \text {ArcTan}(a x))}{4 a^3 c^2 \sqrt {a^2 c x^2+c}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^2/((c + a^2*c*x^2)^(5/2)*ArcTan[a*x]),x]

[Out]

(Sqrt[1 + a^2*x^2]*CosIntegral[ArcTan[a*x]])/(4*a^3*c^2*Sqrt[c + a^2*c*x^2]) - (Sqrt[1 + a^2*x^2]*CosIntegral[
3*ArcTan[a*x]])/(4*a^3*c^2*Sqrt[c + a^2*c*x^2])

Rule 3383

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CosIntegral[e - Pi/2 + f*x]/d, x] /; FreeQ
[{c, d, e, f}, x] && EqQ[d*(e - Pi/2) - c*f, 0]

Rule 4491

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 5090

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[d^q/c^(m
 + 1), Subst[Int[(a + b*x)^p*(Sin[x]^m/Cos[x]^(m + 2*(q + 1))), x], x, ArcTan[c*x]], x] /; FreeQ[{a, b, c, d,
e, p}, x] && EqQ[e, c^2*d] && IGtQ[m, 0] && ILtQ[m + 2*q + 1, 0] && (IntegerQ[q] || GtQ[d, 0])

Rule 5091

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[d^(q + 1
/2)*(Sqrt[1 + c^2*x^2]/Sqrt[d + e*x^2]), Int[x^m*(1 + c^2*x^2)^q*(a + b*ArcTan[c*x])^p, x], x] /; FreeQ[{a, b,
 c, d, e, p}, x] && EqQ[e, c^2*d] && IGtQ[m, 0] && ILtQ[m + 2*q + 1, 0] &&  !(IntegerQ[q] || GtQ[d, 0])

Rubi steps

\begin {align*} \int \frac {x^2}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)} \, dx &=\frac {\sqrt {1+a^2 x^2} \int \frac {x^2}{\left (1+a^2 x^2\right )^{5/2} \tan ^{-1}(a x)} \, dx}{c^2 \sqrt {c+a^2 c x^2}}\\ &=\frac {\sqrt {1+a^2 x^2} \text {Subst}\left (\int \frac {\cos (x) \sin ^2(x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{a^3 c^2 \sqrt {c+a^2 c x^2}}\\ &=\frac {\sqrt {1+a^2 x^2} \text {Subst}\left (\int \left (\frac {\cos (x)}{4 x}-\frac {\cos (3 x)}{4 x}\right ) \, dx,x,\tan ^{-1}(a x)\right )}{a^3 c^2 \sqrt {c+a^2 c x^2}}\\ &=\frac {\sqrt {1+a^2 x^2} \text {Subst}\left (\int \frac {\cos (x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{4 a^3 c^2 \sqrt {c+a^2 c x^2}}-\frac {\sqrt {1+a^2 x^2} \text {Subst}\left (\int \frac {\cos (3 x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{4 a^3 c^2 \sqrt {c+a^2 c x^2}}\\ &=\frac {\sqrt {1+a^2 x^2} \text {Ci}\left (\tan ^{-1}(a x)\right )}{4 a^3 c^2 \sqrt {c+a^2 c x^2}}-\frac {\sqrt {1+a^2 x^2} \text {Ci}\left (3 \tan ^{-1}(a x)\right )}{4 a^3 c^2 \sqrt {c+a^2 c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 53, normalized size = 0.61 \begin {gather*} \frac {\sqrt {c \left (1+a^2 x^2\right )} (\text {CosIntegral}(\text {ArcTan}(a x))-\text {CosIntegral}(3 \text {ArcTan}(a x)))}{4 a^3 c^3 \sqrt {1+a^2 x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^2/((c + a^2*c*x^2)^(5/2)*ArcTan[a*x]),x]

[Out]

(Sqrt[c*(1 + a^2*x^2)]*(CosIntegral[ArcTan[a*x]] - CosIntegral[3*ArcTan[a*x]]))/(4*a^3*c^3*Sqrt[1 + a^2*x^2])

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.48, size = 84, normalized size = 0.97

method result size
default \(-\frac {\cosineIntegral \left (3 \arctan \left (a x \right )\right ) \sqrt {c \left (a x -i\right ) \left (a x +i\right )}}{4 \sqrt {a^{2} x^{2}+1}\, a^{3} c^{3}}+\frac {\cosineIntegral \left (\arctan \left (a x \right )\right ) \sqrt {c \left (a x -i\right ) \left (a x +i\right )}}{4 \sqrt {a^{2} x^{2}+1}\, a^{3} c^{3}}\) \(84\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(a^2*c*x^2+c)^(5/2)/arctan(a*x),x,method=_RETURNVERBOSE)

[Out]

-1/4*Ci(3*arctan(a*x))/(a^2*x^2+1)^(1/2)*(c*(a*x-I)*(I+a*x))^(1/2)/a^3/c^3+1/4*Ci(arctan(a*x))/(a^2*x^2+1)^(1/
2)*(c*(a*x-I)*(I+a*x))^(1/2)/a^3/c^3

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(a^2*c*x^2+c)^(5/2)/arctan(a*x),x, algorithm="maxima")

[Out]

integrate(x^2/((a^2*c*x^2 + c)^(5/2)*arctan(a*x)), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(a^2*c*x^2+c)^(5/2)/arctan(a*x),x, algorithm="fricas")

[Out]

integral(sqrt(a^2*c*x^2 + c)*x^2/((a^6*c^3*x^6 + 3*a^4*c^3*x^4 + 3*a^2*c^3*x^2 + c^3)*arctan(a*x)), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^{2}}{\left (c \left (a^{2} x^{2} + 1\right )\right )^{\frac {5}{2}} \operatorname {atan}{\left (a x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(a**2*c*x**2+c)**(5/2)/atan(a*x),x)

[Out]

Integral(x**2/((c*(a**2*x**2 + 1))**(5/2)*atan(a*x)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(a^2*c*x^2+c)^(5/2)/arctan(a*x),x, algorithm="giac")

[Out]

sage0*x

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {x^2}{\mathrm {atan}\left (a\,x\right )\,{\left (c\,a^2\,x^2+c\right )}^{5/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(atan(a*x)*(c + a^2*c*x^2)^(5/2)),x)

[Out]

int(x^2/(atan(a*x)*(c + a^2*c*x^2)^(5/2)), x)

________________________________________________________________________________________